home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d18
/
tp5patch.arc
/
TD1PAT.ARC
/
FIXTPC.1
next >
Wrap
Text File
|
1991-04-28
|
339b
|
19 lines
;convert EXE file to BIN file
ren tpc.exe tpc.bin
;load BIN file into DEBUG
debug tpc.bin
;assemble at cs:a5d3
a a5d3
;fix for problem with TPC /V option involving include files
;enter new instruction
cmp si,dx
;enter blank line
;write changes to disk
w
;quit DEBUG
q
;convert BIN file to EXE file
ren tpc.bin tpc.exe